Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellEditCommand Class / CellEditCommand Constructor / CellEditCommand Constructor(IWorksheet,Int32,Int32,Int32,Int32,CellValue,Boolean,Boolean,Int32,Nullable<Boolean>,String,Direction)
The processing GrapeCity.Spreadsheet.Worksheet object.
An integer value indicates the top row index of cell range.
An integer value indicates the left column index of cell range.
An integer value indicates the bottom row index of cell range.
An integer value indicates the right column index of cell range.
The new cell value.
The new number format of cell.
true to set the WrapText as true.


In This Topic
    CellEditCommand Constructor(IWorksheet,Int32,Int32,Int32,Int32,CellValue,Boolean,Boolean,Int32,Nullable<Boolean>,String,Direction)
    In This Topic
    Initializes a new instance of the CellEditCommand class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal worksheet As IWorksheet, _
       ByVal row As Integer, _
       ByVal column As Integer, _
       ByVal row2 As Integer, _
       ByVal column2 As Integer, _
       ByVal cellValue As CellValue, _
       ByVal isQuoted As Boolean, _
       ByVal applyNumberFormat As Boolean, _
       ByVal numFmt As Integer, _
       Optional ByVal setWrapText As Nullable(Of Boolean), _
       Optional ByVal originalTex As String, _
       Optional ByVal activeCellLocation As Direction _
    )
    'Usage
     
    
    Dim worksheet As IWorksheet
    Dim row As Integer
    Dim column As Integer
    Dim row2 As Integer
    Dim column2 As Integer
    Dim cellValue As CellValue
    Dim isQuoted As Boolean
    Dim applyNumberFormat As Boolean
    Dim numFmt As Integer
    Dim setWrapText As Nullable(Of Boolean)
    Dim originalTex As String
    Dim activeCellLocation As Direction
     
    Dim instance As New CellEditCommand(worksheet, row, column, row2, column2, cellValue, isQuoted, applyNumberFormat, numFmt, setWrapText, originalTex, activeCellLocation)

    Parameters

    worksheet
    The processing GrapeCity.Spreadsheet.Worksheet object.
    row
    An integer value indicates the top row index of cell range.
    column
    An integer value indicates the left column index of cell range.
    row2
    An integer value indicates the bottom row index of cell range.
    column2
    An integer value indicates the right column index of cell range.
    cellValue
    The new cell value.
    isQuoted
    applyNumberFormat
    numFmt
    The new number format of cell.
    setWrapText
    true to set the WrapText as true.
    originalTex
    activeCellLocation
    See Also